From 94074a6d0a8c384a0bd0854d4b0050ae26da01be Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 28 Oct 2014 08:30:30 -0700 Subject: [PATCH] Register new snapshots and update the lockfile format --- Cargo.lock | 40 ++++++++++++++++++++-------------------- src/snapshots.txt | 8 ++++++++ 2 files changed, 28 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bda1d52b0..248eddf3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,17 +2,17 @@ name = "cargo" version = "0.0.1-pre" dependencies = [ - "curl 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=bundle#36b015de91daf6310227cec04ef30acf5929dfb6)", - "docopt 0.6.5 (git+https://github.com/docopt/docopt.rs#1c9a63e0362848570f7c503f8891770ebf2d1eab)", - "flate2 0.0.1 (git+https://github.com/alexcrichton/flate2-rs#68971ae77a523c7ec3f19b4bcd195f76291ea390)", - "git2 0.0.1 (git+https://github.com/alexcrichton/git2-rs#7d7fba10893590793ae88c8fc6ab2aeffcb8f10b)", - "glob 0.0.1 (git+https://github.com/rust-lang/glob#469a6bc1a0fc289ab220170e691cffbc01dcf1e6)", - "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git#7d46e76514ac606530dfb0e93270fffcf64ca76d)", + "curl 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=bundle)", + "docopt 0.6.5 (git+https://github.com/docopt/docopt.rs)", + "flate2 0.0.1 (git+https://github.com/alexcrichton/flate2-rs)", + "git2 0.0.1 (git+https://github.com/alexcrichton/git2-rs)", + "glob 0.0.1 (git+https://github.com/rust-lang/glob)", + "hamcrest 0.1.0 (git+https://github.com/carllerche/hamcrest-rust.git)", "registry 0.0.1-pre", - "semver 0.1.0 (git+https://github.com/rust-lang/semver#0eee1b33e90a62ed03a123b94c8e06cdbaf5b662)", - "tar 0.0.1 (git+https://github.com/alexcrichton/tar-rs#c477f1ca1b6dde36ebf1f4a739033fe485895722)", - "toml 0.1.0 (git+https://github.com/alexcrichton/toml-rs#8a3ba4c65cfa22a3d924293a1fb3a70bfac5e66c)", - "url 0.1.0 (git+https://github.com/servo/rust-url#7f1991d847fb8cf8648def2ff121bae90b89131f)", + "semver 0.1.0 (git+https://github.com/rust-lang/semver)", + "tar 0.0.1 (git+https://github.com/alexcrichton/tar-rs)", + "toml 0.1.0 (git+https://github.com/alexcrichton/toml-rs)", + "url 0.1.0 (git+https://github.com/servo/rust-url)", ] [[package]] @@ -20,9 +20,9 @@ name = "curl" version = "0.0.1" source = "git+https://github.com/alexcrichton/curl-rust?ref=bundle#36b015de91daf6310227cec04ef30acf5929dfb6" dependencies = [ - "curl-sys 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=bundle#36b015de91daf6310227cec04ef30acf5929dfb6)", - "link-config 0.0.1 (git+https://github.com/alexcrichton/link-config#0202cc8aa74a7b0bdbaef4eef368d0bc80f63691)", - "url 0.1.0 (git+https://github.com/servo/rust-url#7f1991d847fb8cf8648def2ff121bae90b89131f)", + "curl-sys 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=bundle)", + "link-config 0.0.1 (git+https://github.com/alexcrichton/link-config)", + "url 0.1.0 (git+https://github.com/servo/rust-url)", ] [[package]] @@ -50,8 +50,8 @@ name = "git2" version = "0.0.1" source = "git+https://github.com/alexcrichton/git2-rs#7d7fba10893590793ae88c8fc6ab2aeffcb8f10b" dependencies = [ - "libgit2 0.0.1 (git+https://github.com/alexcrichton/git2-rs#7d7fba10893590793ae88c8fc6ab2aeffcb8f10b)", - "url 0.1.0 (git+https://github.com/servo/rust-url#7f1991d847fb8cf8648def2ff121bae90b89131f)", + "libgit2 0.0.1 (git+https://github.com/alexcrichton/git2-rs)", + "url 0.1.0 (git+https://github.com/servo/rust-url)", ] [[package]] @@ -69,9 +69,9 @@ name = "libgit2" version = "0.0.1" source = "git+https://github.com/alexcrichton/git2-rs#7d7fba10893590793ae88c8fc6ab2aeffcb8f10b" dependencies = [ - "libssh2-static-sys 0.0.1 (git+https://github.com/alexcrichton/libssh2-static-sys#80e71a3021618eb05656c58fb7c5ef5f12bc747f)", - "link-config 0.0.1 (git+https://github.com/alexcrichton/link-config#0202cc8aa74a7b0bdbaef4eef368d0bc80f63691)", - "openssl-static-sys 0.0.1 (git+https://github.com/alexcrichton/openssl-static-sys#d218fa63aabefb3ac56a44985e2df8a2dc932450)", + "libssh2-static-sys 0.0.1 (git+https://github.com/alexcrichton/libssh2-static-sys)", + "link-config 0.0.1 (git+https://github.com/alexcrichton/link-config)", + "openssl-static-sys 0.0.1 (git+https://github.com/alexcrichton/openssl-static-sys)", ] [[package]] @@ -93,7 +93,7 @@ source = "git+https://github.com/alexcrichton/openssl-static-sys#d218fa63aabefb3 name = "registry" version = "0.0.1-pre" dependencies = [ - "curl 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=bundle#36b015de91daf6310227cec04ef30acf5929dfb6)", + "curl 0.0.1 (git+https://github.com/alexcrichton/curl-rust?ref=bundle)", ] [[package]] @@ -116,6 +116,6 @@ name = "url" version = "0.1.0" source = "git+https://github.com/servo/rust-url#7f1991d847fb8cf8648def2ff121bae90b89131f" dependencies = [ - "encoding 0.1.0 (git+https://github.com/lifthrasiir/rust-encoding#dd6183298e20b038fcd1cc4ab91405b3c72e49db)", + "encoding 0.1.0 (git+https://github.com/lifthrasiir/rust-encoding)", ] diff --git a/src/snapshots.txt b/src/snapshots.txt index 7e08df139..1d56ad856 100644 --- a/src/snapshots.txt +++ b/src/snapshots.txt @@ -1,3 +1,11 @@ +2014-10-28 + linux-i386 15fb3dd24140911ba707d8b4b1dd6826732a3ad6 + linux-x86_64 a924d82f5dc987efda6303d3e2c1aeb8ade34faa + macos-i386 bfaddd7eacd1dec4749ab4918fad47f50fa64467 + macos-x86_64 43a91c484f665be2ec0959e2e884ab93cce06a6b + winnt-i386 299de1d99341fed17dc2726e5564dd0ab0ca1dfa + winnt-x86_64 1948ae424458c498f904ea97efb00350a7d8598f + 2014-10-16 linux-i386 61417861716cd41d8f372be36bb0572e4f29dec8 linux-x86_64 59be4ff9f547f1ba47ad133ab74151a48bc2659b -- 2.30.2